home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Safarir 3
/
SafTV-CD3.iso
/
pc
/
Bonus
/
Dessins Animés
/
static
/
jeux
/
rouge.swf
/
scripts
/
DefineButton2_14
/
BUTTONCONDACTION on(keyPress Left).as
< prev
next >
Wrap
Text File
|
2002-02-03
|
291b
|
10 lines
on(keyPress "<Left>"){
if(-200 < _root.etchy.drawing.dot._x)
{
_root.etchy.drawing.dot.duplicateMovieClip("dot" + _root.number,_root.number);
_root.etchy.drawing.dot._x -= 1;
_root.number = _root.number + 1;
_root.etchy.leftknob._rotation -= 6;
}
}